[BUG] gc_sweep() with ruby 1.8.7

Posted by kgrad on Stack Overflow See other posts from Stack Overflow or by kgrad
Published on 2010-04-01T03:56:29Z Indexed on 2010/04/01 4:03 UTC
Read the original article Hit count: 800

Filed under:
|
|
|

I have a rails app being developed with mongrel 1.1.5. I can run the app and click on 3 or 4 links, but after that mongrel always crashes with an error: [BUG] gc_sweep(): unknown data type 0x0. It happens on both windows 7 and mac os x snow leopard, so it has to be something in my code, or something wrong with ruby 1.8.7 (less likely).

Has anyone else experienced this? Is there a fix or likely cause?

thanks

edit: interestingly, it does not crash when deployed via heroku.

© Stack Overflow or respective owner

Related posts about ruby

Related posts about rails